| Author |
Thread Statistics | Show CCP posts - 1 post(s) |

Salia Deluri
Cirrius Technologies O X I D E
|
Posted - 2007.10.15 06:25:00 -
[1]
well got the DB working. Looking through my ISP to see if I can get the cron stuff going. I cut up the Create SQL DB file. evenames table I cut in half. grouped up the other 4 or so a file and all went fine with my service provider.
Good work on this thing! Code of Deluri Grant me the serenity to accept the things I cannot change, the courage to change the things I cannot accept, and the wisdom to hide the bodies of those people I had to kill today. |

Salia Deluri
Cirrius Technologies O X I D E
|
Posted - 2007.10.15 07:32:00 -
[2]
Originally by: CaldFighter
Originally by: Johnathan Roark
Its adding the silos and reactors but not addding the pos_id? what value is giving the pos_id? Have you cleared out those duplicates in the structure_static table?
pos_id is 0 in the db, once it's changed to the correct pos it works fine though so must be when there added.
and yep, cleared out all the structures. I'd already put in the pos's, silo's, etc before i realised so was easier to remove them, clear the db and start again so can link each structure to the right pos.
Once it's added though everything is working great and huge thanks for all the work gone into it. 
ok it's late so forgive me. How did you fix this one?
Code of Deluri Grant me the serenity to accept the things I cannot change, the courage to change the things I cannot accept, and the wisdom to hide the bodies of those people I had to kill today. |

Salia Deluri
Cirrius Technologies O X I D E
|
Posted - 2007.10.15 07:58:00 -
[3]
found a discrepancy in the reactions table. Fermionic is 200 not 15 output. I'm sorry I'm very tired and will check the whole thing tomorrow hehe I edited my silo and reactor pos Ids. Hehe still very good job here! Code of Deluri Grant me the serenity to accept the things I cannot change, the courage to change the things I cannot accept, and the wisdom to hide the bodies of those people I had to kill today. |

Salia Deluri
Cirrius Technologies O X I D E
|
Posted - 2007.10.15 08:12:00 -
[4]
OK going to sleep now but this one thing was bugging me hehe bugging and I have a question
silo1 --> reactor -- > silo 2
is silo 1 input or output for direction is silo 2 input or output for direction
as for the bugging thing. int he reaction table material 21 is made from 2 and 3 not 2 and 5 :) Like I said I'll go through them tomorrow to see what I found. But now I can sleep Thanks again guys
Code of Deluri Grant me the serenity to accept the things I cannot change, the courage to change the things I cannot accept, and the wisdom to hide the bodies of those people I had to kill today. |

Salia Deluri
Cirrius Technologies O X I D E
|
Posted - 2007.10.15 23:48:00 -
[5]
Originally by: Johnathan Roark
Originally by: CaldFighter
Originally by: Johnathan Roark
Its adding the silos and reactors but not addding the pos_id? what value is giving the pos_id? Have you cleared out those duplicates in the structure_static table?
pos_id is 0 in the db, once it's changed to the correct pos it works fine though so must be when there added.
and yep, cleared out all the structures. I'd already put in the pos's, silo's, etc before i realised so was easier to remove them, clear the db and start again so can link each structure to the right pos.
Once it's added though everything is working great and huge thanks for all the work gone into it. 
In pos-transaction.php, after line 328 add the following line: (integer) $pos_id=$_POST['pos_id'];
This is probably what is causing most of the Silo problems. Some php installs are more picky about correct syntax then others, which is a good thing.
Originally by: Salia Deluri OK going to sleep now but this one thing was bugging me hehe bugging and I have a question
silo1 --> reactor -- > silo 2
is silo 1 input or output for direction is silo 2 input or output for direction
Silo 1 would be an input, Silo 2 would be an output
Originally by: Salia Deluri
as for the bugging thing. int he reaction table material 21 is made from 2 and 3 not 2 and 5 :) Like I said I'll go through them tomorrow to see what I found. But now I can sleep Thanks again guys
Thanks, those tables where not fun to make and I'm not surprised by any errors in them. Just get me the entry number (first collum in the table) and I'll try to correct them.
Originally by: franny
works ingame, I have 2 POS's set that way, adv reaction otherwise I am emptying it every 3days or so
That wont be an easy fix.
Originally by: Gorfob I take it you want us to use the SourceForge bug tracker and feature requests pages?
Just post them in this thread for now.
line 328 or line 358? what's above and below please. Thanks, -Deluri
Code of Deluri Grant me the serenity to accept the things I cannot change, the courage to change the things I cannot accept, and the wisdom to hide the bodies of those people I had to kill today. |

Salia Deluri
Cirrius Technologies O X I D E
|
Posted - 2007.10.16 08:06:00 -
[6]
Got it. Works well thanks DB tables will have to wait another day.
-Deluri
Code of Deluri Grant me the serenity to accept the things I cannot change, the courage to change the things I cannot accept, and the wisdom to hide the bodies of those people I had to kill today. |

Salia Deluri
Cirrius Technologies O X I D E
|
Posted - 2007.10.24 16:21:00 -
[7]
Anyone else having problems with the silo contents not updating?
I finished the changes in the tables. Just need to convert from Salia scratch to somethign you can read. Also I broke up the database install scripts so that when dealing with a stupid.. er um underpowered provider your updates won;t time out ;P
need some place to post all this stuff.
Otherwise it's workign great for me. Now I'm trying to see about what will be needed for an entire alliance to use this.
-Deluri
Code of Deluri Grant me the serenity to accept the things I cannot change, the courage to change the things I cannot accept, and the wisdom to hide the bodies of those people I had to kill today. |
| |
|